PowerTools PlusPak for Windows Forms 8.0J
HolidayCollection コンストラクタ(IHoliday[],Weekdays)

IHoliday インタフェースが実装された休日を含むオブジェクトの配列。
曜日の休日設定を保持する Weekdays オブジェクト。
指定した設定を使用して、新しい HolidayCollection オブジェクトを初期化します。(外部での使用は推奨されません)
構文
Public Function New( _
   ByVal holidays() As IHoliday, _
   ByVal weekdays As Weekdays _
)
public HolidayCollection( 
   IHoliday[] holidays,
   Weekdays weekdays
)

パラメータ

holidays
IHoliday インタフェースが実装された休日を含むオブジェクトの配列。
weekdays
曜日の休日設定を保持する Weekdays オブジェクト。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

HolidayCollection クラス
HolidayCollection メンバ
オーバーロード一覧

Send Feedback